home *** CD-ROM | disk | FTP | other *** search
/ Great Generals of the 20th Century / Great Generals of the 20th Century.iso / init.mst < prev    next >
Text File  |  1996-02-16  |  440b  |  15 lines

  1. '$ifdef IsGGL
  2.     Path_GGLRoot = AVDest$ + Dir_GGLRoot
  3.     Path_GGLBinary = Path_GGLRoot + Dir_Binary
  4.     Path_GGLEngine =  Path_GGLRoot + Dir_Binary
  5.     Path_GGLDatabase =  Path_GGLRoot + Dir_Database
  6. '$endif
  7.  
  8. '$ifdef IsAdvert
  9.     Path_AdvertRoot = AVDest$ + Dir_AdvertRoot
  10.     Path_AdvertBinary = Path_AdvertRoot + Dir_Binary
  11.     Path_AdvertEngine =  Path_AdvertRoot + Dir_Binary
  12.     Path_AdvertDatabase =  Path_AdvertRoot + Dir_Database
  13. '$endif
  14.  
  15.